* {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 500;
}

body {
  position: relative;
}

.header-top .search {
  position: relative;
}

.header-top .search::before {
  content: "";
}

.header-top .search .compact-form .form-control {
  padding-right: 70px;
  border-radius: 50px;
}

.top-navigation-bar {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: #eba000;
}

.top-navigation-menu,
.top-navigation-contacts {
  background-color: #eba000;
}

.top-navigation-bar a,
.top-navigation-bar .dropdown button {
  color: #ffffff;
}

.content-wrapper {
  background-color: transparent;
}

#header .site-name a img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
}

/* CART */
.navigation-buttons > a[data-target="cart"] i {
  color: #fff;
  background-color: #eba000;
}

.navigation-buttons > a[data-target="cart"] i {
  position: absolute;
  top: 31px;
  left: 28px;
  right: auto;
  bottom: auto;
  }

.menu-helper {
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.menu-helper::after,
.menu-trigger::after {
  color: #fff;
  background-color: #eba000;
  box-shadow: 0.349px 4.988px 40.5px 4.5px rgb(1 72 152 / 10%);
}

.menu-helper::after {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  background: #764423;
  border-radius: 50%;
}

.homepage-box {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}

.breadcrumbs {
  color: #b2b2b2;
  background-color: transparent;
  border-color: transparent;
  margin-top: 2rem;
}

.discussion-form,
.discussion,
.rate-wrapper,
.votes-wrap,
.add-comment,
.welcome div,
.welcome h1 {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.block-text {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row-gap: 20px;
  grid-column-gap: 1rem;
}

.block-text.bg {
  background: url(/user/documents/upload/coffe-box.jpg);
  background-repeat: no-repeat;
  min-height: 600px;
}

.block-text.bg .block-text-item:nth-of-type(2) {
  text-align: center;
  padding: 14rem;
}

.block-text.bg .block-text-item:nth-of-type(2) h2,
.block-text.bg .block-text-item:nth-of-type(2) p {
  text-align: center;
}

.products-block.products > div {
  padding: 0px;
  background: white;
  border: 1px solid #e6dbbd !important;
  border-radius: 10px;
}

.btn.btn-default,
a.btn.btn-default {
  color: #fff;
  background-color: #eba000;
  border-color: #eba000;
  border-radius: 50px;
}

.products-block.products .p .name {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #eba000;
  letter-spacing: -0.02rem;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 10px;
  border-top: 1px solid #e6dbbd !important;
  border-bottom: 1px solid #e6dbbd !important;
  display: block;
  overflow: hidden;
  padding: 2rem 2rem;
}

.products-block .ratings-wrapper {
  padding: 0 2rem;
}

.products-block .p-bottom > div {
  padding: 0 2rem 2rem 2rem;
}

.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.add-to-cart-button::before,
a.btn.add-to-cart-button::before {
  display: none;
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  background-color: #eba000;
  border-color: #eba000;
  border-radius: 50px;
}

.homepage-box.welcome-wrapper {
  margin-top: 5rem;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 19px;
  padding-right: 19px;
}

h4.homepage-group-title,
.h4.homepage-group-title {
  font-family: "Roboto Slab", serif !important;
  font-size: 44px;
  font-weight: 700;
  color: #eba000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8rem;
}

.block-text-item {
  min-height: 500px;
}

.block-text-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  padding: 100px;
}

.block-text-item h2 {
  font-family: "Roboto Slab", serif !important;
  font-size: 44px;
  font-weight: 700;
  color: #4e2921;
  text-align: left;
  margin-top: 4rem;
}

.block-text-item p {
  font-family: "Roboto Slab", serif !important;
  font-size: 22px;
}

.block-text.text .block-text-item:nth-of-type(2) {
  padding: 10rem;
}

.block-icon.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 1rem;
  background-color: transparent;
  text-align: center;
}

.block-icon.list h2 {
  font-family: "Roboto Slab", serif !important;
  font-size: 18px;
  font-weight: 700;
  color: #4e2921;
  line-height: 2.6rem;
  text-align: center;
  margin-top: 0rem;
}

.block-icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  background-color: #522c22;
  text-align: center;
}

.block-icon-item {
  color: white;
  padding: 0px !important;
}

.block-icon-item img {
  max-width: 80px;
}

.block-icon-item h2 {
  font-family: "Roboto Slab", serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 3.9rem;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.block-icon-item p:first-child {
  padding-top: 6rem;
}

.block-icon-item p {
  font-family: "Roboto Slab", serif !important;
  font-size: 16px;
  line-height: 2.8rem;
  color: #dadada;
  padding: 0px 3rem 0px 3rem;
  padding-bottom: 3rem;
}

/**/
.type-page header h1,
.type-post header h1 {
  font-family: "Roboto Slab", serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #eba000;
  text-transform: uppercase;
  }

/**/
.custom-footer > div img {
  display: block;
  margin: 0 auto;
}

footer#footer h4>span {
  font-family: "Roboto Slab", serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #eba000;
  text-transform: uppercase;
}

.category-header {
  color: white;
  background-color: #764423;
  border-radius: 50px;
  height: 60px;
}

.category-header form {
  flex: 0 1 auto;
  padding-left: 1rem;
}

.filter-section h4 {
  color: white;
  margin-top: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: white;
}

.filter-count {
  color: #444;
}

.filter-sections {
  background-color: #764423;
}

.type-category .category-title {
  font-family: "Roboto Slab", serif !important;
  font-size: 44px;
  font-weight: 500;
  color: #eba000;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/**/
.type-detail .p-detail-inner-header h1 {
  font-family: "Roboto Slab", serif !important;
  font-size: 44px;
  font-weight: 900;
  color: #eba000;
  text-align: left;
  text-transform: uppercase;
}

.type-detail .p-detail-info {
  display: none;
}

.type-detail .quantity input {
  background: inherit;
  background: white;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.type-detail .add-to-cart .quantity {
  border-color: #dadada !important;
  border: 1px solid #dadada !important;
  background: white;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.type-detail p > a.chevron-after.chevron-down-after {
  display: none;
}

.type-detail .price-final-holder {
  font-family: "Roboto Slab", serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #764423;
  text-align: center;
  position: relative;
}

.type-detail .price-final-holder::before {
  content: "Cena";
  margin-right: 5px;
}

.type-detail .btn.btn-conversion,
.type-detail a.btn.btn-conversion,
.type-detail .btn.btn-cart,
.type-detail a.btn.btn-cart {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #eba000;
  border-color: #eba000;
  border-radius: 50px;
  margin-left: 20px;
}

.type-detail #description {
  padding: 20px;
  background: #eba000;
  border-radius: 4px;
}

.type-detail .basic-description,
.type-detail .basic-description h1,
.type-detail .basic-description h2,
.type-detail .basic-description h3,
.type-detail .basic-description h4,
.type-detail .basic-description p,
.type-detail .basic-description span,
.type-detail .basic-description ul,
.type-detail .basic-description li,
.type-detail .basic-description a {
  font-size: 20px;
  color: white;
  margin-top: 0px;
  padding-top: 0px;
}

.type-detail .shp-tabs-holder {
  display: none;
}

.type-detail .basic-description h3 {
  display: none;
}

.type-detail .p-info-wrapper .price-final {
  font-size: 30px;
  line-height: 1;
  padding: 20px;
}

.type-detail .p-info-wrapper .p-final-price-wrapper,
.type-detail .p-info-wrapper .add-to-cart {
  margin-bottom: 0px;
  background: #f6f6f6;
}

.detail-parameters tr:last-child th,
.detail-parameters tr:last-child td {
  padding-bottom: 0;
  padding-left: 20px;
}

.type-detail .p-info-wrapper .availability-value,
.type-detail .p-info-wrapper .detail-parameters {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #f6f6f6;
  padding: 0px 20px;
  width: 100%;
}

.type-detail .p-info-wrapper .add-to-cart {
  background: #f6f6f6;
  margin-bottom: 20px;
  padding: 20px;
}

/**/
.social-buttons-wrapper {
  display: none;
}

/* FOOTER */
.footer-rows {
  position: relative;
}

.custom-footer,
.footer-bottom,
.footer-links-icons {
  border-color: transparent;
}

/* ORDER */
.ordering-process nav#navigation {
  display: none;
}

.cart-header li.active a,
.cart-header li.active strong {
  border-bottom-color: transparent;
}

.ordering-process .box.co-box h4,
.ordering-process .co-box h4 {
  font-family: "Roboto Slab", serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #4e2921;
  text-align: left;
  text-transform: unset;
  margin-left: 0px;
  padding-left: 0px;
}

.ordering-process .co-box h4::before,
.ordering-process .co-box.co-payment-method h4::before,
.ordering-process .co-box.co-delivery-method h4::before {
  display: none;
}

.ordering-process .payment-info b {
  color: #764423;
}

.ordering-process .radio-wrapper {
  border-color: transparent;
  background-color: inherit;
}

.ordering-process .co-box,
.ordering-process .cart-item > div {
  border-color: transparent;
}

.ordering-process input[type="checkbox"] + label,
.ordering-process input[type="radio"] + label {
  color: #764423;
}

.ordering-process .price-wrapper {
  padding: 0px;
  margin-bottom: 0px;
}

.ordering-process .price-wrapper .price-label.price-primary,
.ordering-process .price-wrapper .price.price-primary {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.ordering-process .price-primary span,
.ordering-process .price-wrapper .price.price-primary {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .top-navigation-menu,
  .top-navigation-contacts {
    display: none !important;
  }

  /* CART */
  .navigation-buttons > a[data-target="cart"] i {
    color: #fff;
    background-color: #764423;
  }

  .navigation-buttons > a[data-target="cart"] i {
    position: absolute;
    top: 0px;
    left: 20px;
    right: auto;
    bottom: auto;
  }

  /**/
  .msg.msg-success,
  .msg.msg-notice {
    position: fixed;
    left: 5%;
    right: 5%;
    bottom: 20px;
    border-color: #764423;
    color: #ffffff;
    background-color: #764423;
    width: 90%;
    max-width: 500px;
    height: 60px;
    padding: 20px;
    border-radius: 4px;
  }

  .msg.msg-success::before {
    content: "";
    background: url(/user/documents/upload/final/coffe.png);
    width: 150px;
    height: 150px;
    background-size: contain;
    position: absolute;
    bottom: 40%;
    right: 50px;
    z-index: 9;
  }

  /**/
  .banners-row {
    position: relative;
  }

  /**/
  .block-icon.list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 1rem;
    background-color: transparent;
    text-align: center;
  }

  .block-text {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 1rem;
  }

  .block-icon {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 5rem;
    background-color: #522c22;
    text-align: center;
  }

  .block-text-item {
    min-height: auto;
  }

  .block-text-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px;
    padding: 0px;
  }

  .block-text.text .block-text-item:nth-of-type(2) {
    padding: 2rem;
  }

  .block-text.bg .block-text-item:nth-of-type(2) {
    text-align: center;
    padding: 10rem 2rem 2rem 2rem;
  }

  /**/
  .cart-content.summary-wrapper .btn.btn-conversion,
  .cart-content.summary-wrapper a.btn.btn-conversion,
  .cart-content.summary-wrapper .btn.btn-cart,
  .cart-content.summary-wrapper a.btn.btn-cart {
    color: #fff;
    background-color: #eba000;
    border-color: #eba000;
    border-radius: 0px;
  }

  /**/
  .category-header {
    color: white;
    background-color: #764423;
    border-radius: 4px;
    height: 60px;
    padding: 9px;
  }

  .category-header input[type="radio"]:checked + label {
    color: #764423;
    background-color: #fff;
    border-radius: 4px;
  }

  .category-header input[type="radio"] + label {
    display: inline-block;
    margin-right: 1px;
    margin-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  /**/
  .products-block > div {
    width: 90%;
    margin: 5%;
    flex: 0 0 auto;
    border-top-style: solid;
    border-top-width: 1px;
  }

  /**/
  .popup-widget .btn.btn-cart,
  .popup-widget a.btn.btn-cart,
  .popup-widget .btn.btn-conversion,
  .popup-widget a.btn.btn-conversion {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #eba000;
    border-color: #eba000;
    border-radius: 0px;
    margin-left: 0px;
  }

  /**/
  .block-text.bg {
    background: url(/user/documents/upload/coffe-box.jpg);
    background-repeat: no-repeat;
    min-height: 600px;
    padding-top: 450px;
  }

  /**/
  .ordering-process .btn.btn-conversion,
  .ordering-process a.btn.btn-conversion,
  .ordering-process .btn.btn-cart,
  .ordering-process a.btn.btn-cart {
    color: #fff;
    background-color: #eba000;
    border-color: #eba000;
    border-radius: 0px;
  }
}

@media (min-width: 768px) {
  /**/
  .top-navigation-bar {
    display: none;
  }

  #header .site-name a {
    display: block;
  }

  .header-top > div:nth-of-type(1) {
    order: 2;
  }
  .header-top > div:nth-of-type(2) {
    order: 1;
    visibility: hidden;
  }
  .header-top > div:nth-of-type(3) {
    order: 3;
  }

  /**/
  .msg.msg-success,
  .msg.msg-notice {
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-color: #764423;
    color: #ffffff;
    background-color: #764423;
    width: 500px;
    height: 60px;
    padding: 20px;
    border-radius: 4px;
  }

  .msg.msg-success::before {
    content: "";
    background: url(/user/documents/upload/final/coffe.png);
    width: 150px;
    height: 150px;
    background-size: contain;
    position: absolute;
    bottom: -20%;
    right: 10px;
    z-index: 9;
  }

  .header-top .search {
    background: #764423;
    padding: 20px 40px;
    border-radius: 50px;
  }

  #header {
    background: transparent;
    background-image: none;
  }

  .header-top {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #header .cart-count {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    color: white;
    background: #764423;
    display: inline-block;
    padding: 11px 12px;
    border-radius: 50%;
  }

  .header-top .btn.cart-count::before {
    font-size: 30px;
    margin: 0 auto !important;
  }

  #navigation {
    position: relative;
    left: 0;
    height: 50px;
  }

  .navigation-in {
    font-size: 14px;
    line-height: 24px;
  }

  .navigation-in ul li a b {
    font-weight: 400;
    font-size: 18px;
  }

  .fitted .navigation-in ul {
    justify-content: center;
  }

  .header-top {
    height: 180px;
  }

  #navigation {
    position: relative;
    left: 0;
    background: transparent;
  }

  li {
    position: relative;
  }

  .navigation-in {
    background-color: transparent;
  }

  .navigation-in > ul > li {
    border-color: transparent;
  }

  .navigation-in > ul > li > a {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: 900;
    color: #764423;
    text-align: center;
    background-color: transparent;
  }

  /**/
  .category-header input[type="radio"] + label {
    color: white;
    border-radius: 50px;
  }

  .category-header input[type="radio"]:checked + label {
    color: #764423;
    background-color: #fff;
    border-radius: 50px;
  }

  /**/
  .ordering-process #header {
    border-bottom-style: solid;
    border-bottom-width: 0px;
  }

  .ordering-process .cart-header {
    border-color: transparent;
    background-color: #fff;
  }

  .id--9 .extras-col + .extras-col {
    padding-left: 0px;
  }

  .id--9 .extras-wrapper .extras-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .breadcrumbs > span > a {
    font-weight: inherit;
    color: #eba000;
    text-decoration: underline;
  }

  .breadcrumbs > span > a::after {
    display: none;
  }

  .breadcrumbs > span > a::before {
    top: 14%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(1deg);
  }

  /**/
  .header-top .search::before {
    content: "";
    background: url(/user/documents/upload/coffe-bg-top-1.png);
    width: 600px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80%;
    left: -160px;
  }

  .banners-row {
    position: relative;
  }

  /**/
  .popup-widget.cart-widget {
    top: 160px !important;
  }

  .popup-widget.cart-widget .btn.btn-conversion,
  .popup-widget.cart-widget a.btn.btn-conversion,
  .popup-widget.cart-widget .btn.btn-cart,
  .popup-widget.cart-widget a.btn.btn-cart {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #eba000;
    border-color: #eba000;
    border-radius: 0px;
    margin-left: 0px;
  }

  /* ORDER */
  .order-summary-item.price {
    background: #764423;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .order-summary-item.price {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 4rem;
    background: #764423;
    border-radius: 50px;
  }
}

@media (min-width: 1200px) {
  .custom-footer > div {
    flex: 0 0 auto;
    width: 33%;
  }

  .custom-footer > div.extended {
    width: 33%;
  }

  .custom-footer {
    padding-left: 0px;
    padding-top: 20px;
  }

  #footer .site-name {
    display: none;
  }

  /**/
  .co-box {
    padding-left: 0px;
  }

  .id--9 .cart-content .cart-summary .extras-wrapper {
    display: grid;
  }
}

@media (min-width: 1440px) {
  .columns-4 .products-block > div {
    flex: 0 0 auto;
    width: 23%;
    margin: 1%;
  }
}

@media (min-width: 1900px) {
  body::before {
    content: "";
    background: url(/user/documents/upload/coffe-bg-4.png);
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 12%;
    left: 0px;
  }

  body::after {
    content: "";
    background: url(/user/documents/upload/coffe-bg-4.png);
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 36%;
    right: 0px;
  }
}

.header-icon {
	max-width: 120px;
	width: max-content;
  margin-right: 10px;
	display: inline-block;
	}

.header-icon .header-icon-list {
	display: grid;
	grid-row-gap: 1rem;
	grid-column-gap: 1rem;
	grid-template-columns: 1fr 1fr;
	}

.header-icon .header-icon-list div>a>img {
	width: 40px;
	height: 40px;
	}

footer#footer .banner .compact-form .form-control {
	padding-left: 20px;
  border-radius: 25px;
	}

footer#footer .banner form button .sr-only {
	position: relative;
	}

/* HOKUS */
/* CART */
.header-top .btn.cart-count .cart-price {
	display: none !important;
	}

@media screen and (min-width: 768px) {
	/**/
  .btn.cart-count::before,
  a.btn.cart-count::before {
    content: '';
    background: url(//user/documents/upload/temp/3/bag.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
		}

  /**/
  .sticky-mobile #header {
		position: sticky;
		position: -webkit-sticky;
		position: -o-sticky;
		position: -ms-sticky;
		top: -170px;
		background: white;
		z-index: 9;
		}

	.sticky-mobile .fitted .navigation-in ul {
    justify-content: center;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
		}

	.p-detail-inner .p-image-wrapper .flags-extra {
		z-index: 8;
		}
	}

@media screen and (max-width: 992px) {
	.header-icon {
		display: none;
		}
	}

@media screen and (min-width: 992px){
	.navigation-buttons a[data-target="login"],
  .navigation-buttons a[data-target="login"]:hover {
    color: #fff;
    background-color: transparent !important;
		}

	.popup-widget.login-widget::before {
		right: 90px;
		}

	.admin-logged .popup-widget.login-widget {
		top: 124px;
		}

	.submenu-visible .overall-wrapper,
	.menu-helper-visible .overall-wrapper {
		overflow:visible;
		}
	}

/**/
span#signature a.title {
	display: none;
	}


img.hledani {
	cursor: pointer;
	}

@media screen and (min-width:992px) {
	.search-display .header-top .search::before {
		content: "";
		background: url(/user/documents/upload/coffe-bg-top-1.png);
		width: 600px;
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -80%;
		left: -300px;
		}
	}

@media screen and (min-width:768px) {
	.search-display .header-top>div:nth-of-type(2) {
		visibility: visible;
		}
	}

@media screen and (max-width:768px) {
	.btn.cart-count::before,
	a.btn.cart-count::before {
		content: '';
		background: url(/user/documents/upload/temp/icon/2/bag.svg);
		background-repeat: no-repeat;
		width: 25px;
		height: 25px;
		background-size: cover;
		}

  .responsive-tools>a[data-target="search"]::before {
    content: '';
    background: url(/user/documents/upload/temp/icon/2/search.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
		}

	.responsive-tools>a[data-target="login"]::before {
    content: '';
    background: url(/user/documents/upload/temp/icon/2/user.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
		}
	}
